From beaa8a74fb14d9f1b9a0d34c8387ac7f630b502c Mon Sep 17 00:00:00 2001 From: Camm Maguire Date: Tue, 22 Nov 2016 04:53:35 +0000 Subject: [PATCH] pathnames1.6 Gbp-Pq: Name pathnames1.6 --- o/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o/makefile b/o/makefile index 57db00ea..f032e9cd 100644 --- a/o/makefile +++ b/o/makefile @@ -34,7 +34,7 @@ boot.o: boot.c $(DECL) boot.h $(CC) -c $(CFLAGS) $(DEFS) -fPIC $*.c $(AUX_INFO) prelink.o: prelink.c $(DECL) - $(CC) -fPIE -c $(filter-out -pg,$(CFLAGS)) $(DEFS) $*.c $(AUX_INFO) + $(CC) -c $(filter-out -pg,$(CFLAGS)) -fPIE $(DEFS) $*.c $(AUX_INFO) %.o: %.c $(DECL) $(CC) -c $(CFLAGS) $(DEFS) $*.c $(AUX_INFO) -- 2.30.2